home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / ip / manage / condor / readme < prev    next >
Encoding:
Text File  |  1993-02-28  |  3.8 KB  |  95 lines

  1. Introduction
  2.  
  3.     This directory contains two versions of Condor, the "beta test
  4.     version", Condor_4.1.3b, and a previously released version
  5.     called Condor_4.0.   Please note that version 4.0 is quite old, and
  6.     in particular will not compile on machines running SunOS4.1
  7.     or later.  The beta test is an upgrade from earlier beta
  8.     testing, and should have most of the bugs worked out, (we hope).
  9.     Anyone who wishes may join the beta test.
  10.  
  11.  
  12.     If you want more information about condor, you can contact us.
  13.     The email address is "condor-request@cs.wisc.edu" or
  14.     "uwisc!condor-request".  You may also call me (Mike Litzkow) at
  15.     (608) 262-6122.  If you would like me to send hard copies of
  16.     the current condor documents, let me know.  Otherwise I'll just
  17.     add you to the mailing list so you'll be informed when patches or
  18.     new versions become available.
  19.  
  20.     A mailing list is available for discussion of issues related to
  21.     Condor which may be of general interest.  Mail sent to 
  22.  
  23.         condor-world@cs.wisc.edu
  24.  
  25.     will be reposted to the entire list.
  26.     To join (or unjoin) the list, send your request to
  27.  
  28.         condor-world-request@cs.wisc.edu
  29.  
  30.  
  31. Files Available: (Remember to set binary before fetching these files.)
  32.  
  33. Condor_4.0.0.tar.Z
  34.     This is a compressed tar file of the latest version of the source
  35.     tree.  You will need to fetch the file and "uncompress" it.  Then
  36.     you should run "tar -xf Condor_4.0.0.tar CONDOR/doc" to extract the
  37.     documents.  Some of the documents contain gremlin pictures, but the
  38.     ditroff ready versions are retained in the source for those sites
  39.     which do not run gremlin.  If you are unable to print the documents,
  40.     contact me for a hard copy.  You should read at least the "Technical
  41.     Summary", and "Installation Guide" before attempting to make
  42.     the software.
  43.  
  44.  
  45. Condor_4.1.3b.tar.Z
  46.     This is a beta test version of Condor 4.1.
  47.  
  48.     The platforms supported by version 4.1.3b are:
  49.         Sun 4, (SPARC) machines running SunOS 4.1 and 4.1.1
  50.         DECstation 3100 and 5000 machines running Ultrix 4.2
  51.         IBM R6000 series machines running AIX3.1
  52.  
  53.  
  54. Condor_4.1.hpsnake.alpha.tar.Z
  55.     This is an alpha test version of Condor 4.1 for HP 700 series
  56.     machines running HPUX 8.*  The code is running in our local
  57.     environment at Univ. of Wisc., but is largely untested.  While
  58.     this code has #ifdef's for other platforms, it is intended only
  59.     for use on the HP's.
  60.  
  61. Condor_4.1.irix.alpha.tar.Z
  62.     This is an alpha test version of Condor 4.1 for Silicon Graphics
  63.     machines running IRIX 4.*  The code is running at two test
  64.     sites, but we don't have machines to run it in our own department.
  65.     While this code has #ifdef's for other platforms, it is intended
  66.     only for use on the SGI's.
  67.  
  68.     Notes:
  69.     1. Please make a "condor" user and place a "CONDOR" directory
  70.     in condor's home directory on your build machine.  Extract
  71.     the tar file there.
  72.  
  73.     2. You will need to use "imake" in the build process.  You
  74.     should use the imake already on your system for this, don't
  75.     build it from my source.  I think you will find this in
  76.     "/usr/bin/X11/imake".  Imake will use "cpp" do part of its
  77.     work.  The particular version of cpp used can be altered by
  78.     setting an environment variable called "IMAKECPP".  The SGI
  79.     supplied "cpp" is fine, so don't set this environment
  80.     variable.  The installation instructions tell you to set up an
  81.     alias for "imake".  Make sure you do that.
  82.  
  83.     3. You will need to use a "make depend" program in the build
  84.     process.  Don't use the "makedepnd" supplied in the X
  85.     distribution.  Use the shell script in the CONDOR/GENERIC
  86.     directory.  You can do this by setting
  87.         #define MkDepend $(TOP)/GENERIC/mdepend.sh in your
  88.     "config/SGI_IRIX405.cf" file.
  89.  
  90.     4. On SGI systems (and possibly others) you can use an environment
  91.     variable (SHELL) to control which shell will be used by "make".
  92.     The Condor Makefiles expect this to be the bourne shell "/bin/sh".
  93.     Either "unsetenv" this variable or set it to /bin/sh during
  94.     your Condor building.
  95.